home *** CD-ROM | disk | FTP | other *** search
- gWidth = max(
- zstring_width(zstring: '$$$/Dialogs/PrintDialog/Index'),
- zstring_width(zstring: '$$$/Dialogs/PrintDialog/Wallet'));
- gPreviewHeight = 130;
- gPreviewWidth = 160;
- gClusterHeight = gPreviewHeight + 32;
- gPLabelWidth = zstring_width(zstring: '$$$/Dialogs/PrintDialog/PaperLabel');
- gPaperTextWidth = 200;
- gBarHeight = 30;
-
- dialog(name: '$$$/Dialogs/PrintDialog', target_id: 'pset')
- {
- view(align_children: align_right)
- {
- user_item(item_id: 'stgb', width: gPreviewWidth + gMarginWidth, height: gBarHeight);
- view(align_children: align_top, alignment: align_fill)
- {
- group(name: '$$$/Dialogs/PrintDialog/PrintOptionsGroup', align_children: align_left, width: 100, height: gClusterHeight)
- {
- cluster(name: '$$$/Dialogs/PrintDialog/PrinterSetup', align_children: align_left)
- {
- view(align_children: align_row)
- {
- picture(item_id: 'picn', width: 24, height: 24, vertical: align_center);
- static_text(item_id: 'prtr', name: '$$$/Dialogs/PrintDialog/UseEachPhoto', width: gPaperTextWidth, vertical: align_center);
- }
-
- view(align_children: align_row)
- {
- static_text(item_id: 'papl', name: '$$$/Dialogs/PrintDialog/PaperLabel', width: gPLabelWidth);
- static_text(item_id: 'pprd', name: '$$$/Dialogs/PrintDialog/PaperLabel', width: gPaperTextWidth);
- }
-
- button(item_id: 'pset', name: '$$$/Dialogs/PrintDialog/ChangeSettings', picture: false, next_tab: 'ftpg', alignment: align_right);
- }
- cluster(item_id: 'grpa', name: '$$$/Dialogs/PrintDialog/PrintSizes', align_children: align_left)
- {
- view (align_children: align_row)
- {
- radio(item_id: 'ftpg', width: 5);
- picture(item_id: 'pftp', width: 19, height: 22);
- static_text(name: '$$$/Dialogs/PrintDialog/Fitonpage');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'epic', width: 0);
- picture(item_id: 'pepi', width: 19, height: 22);
- static_text(name: '$$$/Dialogs/PrintDialog/Eightbyten');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'vpic', width: 0);
- picture(item_id: 'pvpi', width: 19, height: 22);
- static_text(name: '$$$/Dialogs/PrintDialog/Fivebyseven');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'fpic', width: 0);
- picture(item_id: 'pfpi', width: 19, height: 22);
- static_text(name: '$$$/Dialogs/PrintDialog/Fourbysix');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'tpic', width: 0);
- picture(item_id: 'ptpi', width: 19, height: 22);
- static_text(name: '$$$/Dialogs/PrintDialog/Threebyfive');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'wpic', width: 0);
- picture(item_id: 'pwpi', width: 19, height: 22);
- static_text(name: '$$$/Dialogs/PrintDialog/Wallet');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'conb', width: 0);
- picture(item_id: 'conp', width: 19, height: 22);
- static_text(name: '$$$/Dialogs/PrintDialog/ContactSheet');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'pkgr', width: 0);
- picture(item_id: 'ppkg', width: 20, height: 15);
- static_text(name: '$$$/Dialogs/PrintDialog/PicturePackage');
- button(item_id: 'epkg', name: '$$$/Dialogs/PrintDialog/EditPackage', picture: false, next_tab: 'cppp', alignment: align_right);
- }
- }
- }
- cluster(item_id: 'grpc', name: '$$$/Dialogs/PrintDialog/ClusterNameTwo', align_children: align_center, height: gClusterHeight)
- {
- view(align_children: align_row)
- {
- button(item_id: 'wicn', picture: true, width: 12, height: 12);
- static_text(item_id: 'warn', name: '$$$/Dialogs/PrintDialog/UseEachPhoto', width: 200, height: 40);
- }
-
- gap(height: 2);
-
- view(align_children: align_center)
- {
- picture(item_id: 'slhr', width: 200, height: gPreviewHeight * 2 + 25);
- }
- gap(height: 23);
- view(align_children: align_row)
- {
- button(item_id: 'prpg', name: '$$$/Dialogs/PrintDialog/PrevPage', picture: true, next_tab: 'nxpg', alignment: align_left, width: 20, height: 20);
- static_text(item_id: 'pgnb', name: '$$$/Dialogs/PrintDialog/PageNo', width: 100, alignment: align_center);
- button(item_id: 'nxpg', name: '$$$/Dialogs/PrintDialog/NextPage', picture: true, next_tab: 'prvs', alignment: align_right, width: 20, height: 20);
- }
- }
- view(align_children: align_left, alignment: align_fill, vertical: align_fill)
- {
- cluster(name: '$$$/Dialogs/PrintDialog/IndvPrintFormat', align_children: align_left)
- {
- group(align_children: align_left)
- {
- view(align_children: align_row)
- {
- static_text(name: '$$$/Dialogs/PrintDialog/UseEachPhoto');
- edit_text(item_id: 'cppp', width: 30);
- static_text(name: '$$$/Dialogs/PrintDialog/NumTimes');
- }
- check_box(item_id: 'sgim', name: '$$$/Dialogs/PrintDialog/SingleImage');
- check_box(item_id: 'zmcr', name: '$$$/Dialogs/PrintDialog/ZoomCrop');
- }
- }
- cluster(item_id: 'grpb', name: '$$$/Dialogs/PrintDialog/ContactSheetOptions', align_children: align_left, vertical: align_fill)
- {
- check_box(item_id: 'cscp', name: '$$$/Dialogs/PrintDialog/CSOptionCaption');
- check_box(item_id: 'csfn', name: '$$$/Dialogs/PrintDialog/CSOptionFilename');
- check_box(item_id: 'csdt', name: '$$$/Dialogs/PrintDialog/CSOptionDate');
- }
- }
- }
- view(align_children: align_row)
- {
- button(item_id: 'prvs', name: '$$$/Dialogs/PrintDialog/Previous', picture: false, next_tab: 'pset', alignment: align_right);
- ok_cancel(ok_name: '$$$/Dialogs/PrintDialog/Next');
- }
- }
- }
-